Problem Note 36450: Import Data task might run slower in SAS® Enterprise Guide® 4.2 than in previous versions
In SAS Enterprise Guide 4.2, the Import Data Task might be slower than in previous versions. This issue will most likely occur for Microsoft Excel and Microsoft Access files. For example, a data file that is about 25 MB with 30 columns and 55,000 rows might take two hours to import.
To circumvent this performance problem, use Excel to save the file in .csv format, and then use SAS Enterprise Guide to import the .csv file instead of the .xls/x file.
An alternative circumvention is to follow these steps:
- Close SAS Enterprise Guide.
- Go to the path were SAS Enterprise Guide 4.2 is installed. By default the path is
C:\Program Files\SAS\EnterpriseGuide\4.2
.
- Open the file named
seguide.exe.config
in a text editor.
- Locate the block of code starting with
<appSettings>
and ending with </appSettings>
.
- Insert this line inside the block of code:
<add key="ImportDataIgnoreOffice" value="1"/>
The resulting block of code will look something like this:
<appSettings>
<add key="ImportDataIgnoreOffice" value="1"/>
</appSettings>
|
Operating System and Release Information
SAS System | SAS Enterprise Guide | Microsoft® Windows® for x64 | 4.2 | 4.3 | 9.2 TS2M0 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Datacenter Edition | 4.2 | 4.3 | 9.2 TS2M0 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Enterprise Edition | 4.2 | 4.3 | 9.2 TS2M0 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Standard Edition | 4.2 | 4.3 | 9.2 TS2M0 | 9.2 TS2M0 |
Microsoft Windows XP Professional | 4.2 | 4.3 | 9.2 TS2M0 | 9.2 TS2M0 |
Windows Vista | 4.2 | 4.3 | 9.2 TS2M0 | 9.2 TS2M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2009-07-13 16:49:59 |
Date Created: | 2009-07-06 11:54:56 |